projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed5a43
)
Fix typo in code example
author
Saghm Rossi
<saghmrossi@gmail.com>
Wed, 15 Feb 2017 22:52:25 +0000
(17:52 -0500)
committer
Saghm Rossi
<saghmrossi@gmail.com>
Wed, 15 Feb 2017 22:52:25 +0000
(17:52 -0500)
src/doc/guide.md
patch
|
blob
|
history
diff --git
a/src/doc/guide.md
b/src/doc/guide.md
index 8ca9f4b9cdb3090957ce0b685436472281985453..6949fe6afb1b40fe65c9f7ae650960608c4e92b0 100644
(file)
--- a/
src/doc/guide.md
+++ b/
src/doc/guide.md
@@
-464,7
+464,7
@@
authors = [{{toml-escape author}}]
```rust
// src/main.rs
fn main() {
- prinln!("This is the {{name}} project!");
+ prin
t
ln!("This is the {{name}} project!");
}
```